home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00390.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  287 b   |  11 lines

  1. on exitFrame me
  2.   repeat with X = 10 down to 0
  3.     set the blend of sprite 90 to X * 10
  4.     set the blend of sprite 91 to X * 10
  5.     set the blend of sprite 92 to X * 10
  6.     set the blend of sprite 93 to X * 10
  7.     set the blend of sprite 94 to X * 10
  8.     updateStage()
  9.   end repeat
  10. end
  11.